/*lightbox*/
.lightBox{ height: 3000px; 
	overflow-y: scroll;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
}
.lightBoxDiv{ padding: 40px; 
	border-left: 10px solid #29f;
	margin-top: 0%;
}
.themeBlue .lightBoxDiv{ border-color: #29f; }
.themeRed .lightBoxDiv{ border-color: #c33; }
.themeGreen .lightBoxDiv{ border-color: #373; }
.themeYellow .lightBoxDiv{ border-color: #fc0; }
.themeCyan .lightBoxDiv{ border-color: #0a9; }
.themeOrange .lightBoxDiv{ border-color: #f80; }
.themePurple .lightBoxDiv{ border-color: #90f; }

.lightBoxDiv .title{ color: #29f; }
.themeBlue .lightBoxDiv .title{ color: #29f; }
.themeRed .lightBoxDiv .title{ color: #c33; }
.themeGreen .lightBoxDiv .title{ color: #373; }
.themeYellow .lightBoxDiv .title{ color: #333; }
.themeCyan .lightBoxDiv .title{ color: #0a9; }
.themeOrange .lightBoxDiv .title{ color: #f80; }
.themePurple .lightBoxDiv .title{ color: #90f; }

.lightBoxDiv .close{ width: 18px; 
	height: 18px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.lightBoxDiv .title b{ border-bottom: 4px solid #29f; 
	padding: 0 10px 10px;
	color: #333 !important;
}
.themeBlue .lightBoxDiv .title b{ border-bottom-color: #29f; }
.themeRed .lightBoxDiv .title b{ border-bottom-color: #c33; }
.themeGreen .lightBoxDiv .title b{ border-bottom-color: #373; }
.themeYellow .lightBoxDiv .title b{ border-bottom-color: #fc0; }
.themeCyan .lightBoxDiv .title b{ border-bottom-color: #0a9; }
.themeOrange .lightBoxDiv .title b{ border-bottom-color: #f80; }
.themePurple .lightBoxDiv .title b{ border-bottom-color: #90f;  color: #90f !important; }

.lightBoxDiv .content{ margin-top: 30px; }

/*选择项目*/
.c_subject{ width: 460px; }
.c_subject .content{ border-bottom: 1px dotted #ccc; 
	padding-bottom: 20px;
	flex-wrap: wrap;
	justify-content: center;
}
.c_subject .content a:link,.c_subject .content a:visited{ border: 1px solid #ccc; 
	padding: 5px 10px;
	border-radius: 5px;
	margin: 10px;
	color: #333;
}
.c_subject .content a:hover,.c_subject .content .checked{ color: #fff !important; 
	background-color: #29f;
	border: 1px solid #29f !important;
}

.themeBlue .c_subject .content a:hover,.themeBlue .c_subject .content .checked{ background-color: #29f; border-color: #29f !important;}
.themeRed .c_subject .content a:hover,.themeRed .c_subject .content .checked{ background-color: #c33; border-color: #c33 !important;}
.themeGreen .c_subject .content a:hover,.themeGreen .c_subject .content .checked{ background-color: #373; border-color: #373 !important;}
.themeYellow .c_subject .content a:hover,.themeYellow .c_subject .content .checked{ background-color: #fc0; border-color: #fc0 !important; color: #333 !important;}
.themeCyan .c_subject .content a:hover,.themeCyan .c_subject .content .checked{ background-color: #0a9; border-color: #0a9 !important;}
.themeOrange .c_subject .content a:hover,.themeOrange .c_subject .content .checked{ background-color: #f80; border-color: #f80 !important;}
.themePurple .c_subject .content a:hover,.themePurple .c_subject .content .checked{ background-color: #90f; border-color: #90f !important;}

.c_subject .content:last-child{ border-bottom: none; 
	padding-bottom: 0;
}

/*login*/
.login{ width: 440px; 
	border-left: 10px solid #29f;
	border-radius: 5px;
}
.themeBlue .login{ border-left-color: #29f; }
.themeRed .login{ border-left-color: #c33; }
.themeGreen .login{ border-left-color: #373; }
.themeYellow .login{ border-left-color: #fc0; }
.themeCyan .login{ border-left-color: #0a9; }
.themeOrange .login{ border-left-color: #f80; }
.themePurple .login{ border-left-color: #90f; }

.login .content li{ width: 100%; 
	margin-top: 20px;
}
.login .content .tel,.login .content .pwd{ width: 100%; 
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border: 1px solid #ccc;
}
.login .content .val{ width: 200px; 
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border: 1px solid #ccc;
	margin: 0;
}
.login .content .valImg img{ width: 130px; 
	height: 40px;
	border-radius: 5px;
}
.login .content li .getMsg{ position: absolute; 
	top: 10px;
	right: 10px;
}
.login .zcode{ padding-bottom: 20px;}
.login .zcode img{ width: 160px; height: 160px; border:1px solid #ddd;}
.getMsg a:link,.getMsg a:visited{ color: #29f; }
.themeBlue .getMsg a:link,.themeBlue .getMsg a:visited{ color: #29f; }
.themeRed .getMsg a:link,.themeRed .getMsg a:visited{ color: #c33; }
.themeGreen .getMsg a:link,.themeGreen .getMsg a:visited{ color: #373; }
.themeYellow .getMsg a:link,.themeYellow .getMsg a:visited{ color: #333; }
.themeCyan .getMsg a:link,.themeCyan .getMsg a:visited{ color: #0a9; }
.themeOrange .getMsg a:link,.themeOrange .getMsg a:visited{ color: #f80; }
.themePurple .getMsg a:link,.themePurple .getMsg a:visited{ color: #90f; }

.getMsg a:hover{ color: #333; }

.login .btn{ height: 40px;
	width: 100%;
	margin: 0;
	cursor: pointer;
	border: 1px solid #1b7ed4;
	box-shadow: 0 0 3px rgba(255, 255, 255, .8) inset;
	background-color: #29f;
}
.login .btnWfull{ width: 100%;}
.login .btnHalf{ width: 165px;}
.themeBlue .login .btn{ background-color: #29f; border-color: #1b7ed4;}
.themeRed .login .btn{ background-color: #c33; border-color: #ac1e1e;}
.themeGreen .login .btn{ background-color: #373; border-color: #1a541a; }
.themeYellow .login .btn{ background-color: #fc0; border-color: #d8b21a; color: #333;}
.themeCyan .login .btn{ background-color: #0a9; border-color: #0d897d;}
.themeOrange .login .btn{ background-color: #f80; border-color: #d17307;}
.themePurple .login .btn{ background-color: #90f; border-color: #8018c5;}
.login .btn:hover{ opacity: .9; }

.login .content ul{ padding-bottom: 20px;}
.login .content .agree a{ color: #29f !important;}
.login .text{ border-top: 1px dotted #ccc; 
	padding-top: 20px;
}
.login .text span{ margin: 0 10px; }
.login .text a:link,.login .text a:visited{ color: #999; }
.login .text a:hover{ color: #29f; }
.themeBlue .login .text a:hover{ color: #29f; }
.themeRed .login .text a:hover{ color: #c33; }
.themeGreen .login .text a:hover{ color: #373; }
.themeYellow .login .text a:hover{ color: #fc0; }
.themeCyan .login .text a:hover{ color: #0a9; }
.themeOrange .login .text a:hover{ color: #f80; }
.themePurple .login .text a:hover{ color: #90f; }

/*提示*/
.ts{ width: 600px; }
.tst{ border-bottom: 1px dotted #ccc; 
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.ts a:link,.ts a:visited,.ts .fz32{ color: #29f; }
.themeBlue .ts a:link,.themeBlue .ts a:visited,.themeBlue .ts .fz32{ color: #29f; }
.themeRed .ts a:link,.themeRed .ts a:visited,.themeRed .ts .fz32{ color: #c33; }
.themeGreen .ts a:link,.themeGreen .ts a:visited,.themeGreen .ts .fz32{ color: #373; }
.themeYellow .ts a:link,.themeYellow .ts a:visited,.themeYellow .ts .fz32{ color: #fc0; }
.themeCyan .ts a:link,.themeCyan .ts a:visited,.themeCyan .ts .fz32{ color: #0a9; }
.themeOrange .ts a:link,.themeOrange .ts a:visited,.themeOrange .ts .fz32{ color: #f80; }
.themePurple .ts a:link,.themePurple .ts a:visited,.themePurple .ts .fz32{ color: #90f; }

.ts a:hover{ color: #333; }
.ts .fz14{ line-height: 24px; }
.ts .btnP{ margin-top: 20px; 
	padding: 6px 0;
}
.ts .btn{ padding: 5px 20px;
	margin-right: 10px;
	cursor: pointer;
	border: 1px solid #1b7ed4;
	box-shadow: 0 0 3px rgba(255, 255, 255, .8) inset;
	color: #fff !important;
	font-size: 14px;
 }

.themeBlue .ts .btn{ background-color: #29f; border-color: #1b7ed4;}
.themeRed .ts .btn{ background-color: #c33; border-color: #ac1e1e;}
.themeGreen .ts .btn{ background-color: #373; border-color: #1a541a; }
.themeYellow .ts .btn{ background-color: #fc0; border-color: #d8b21a;}
.themeCyan .ts .btn{ background-color: #0a9; border-color: #0d897d;}
.themeOrange .ts .btn{ background-color: #f80; border-color: #d17307;}
.themePurple .ts .btn{ background-color: #90f; border-color: #8018c5;}

.ts .btn:hover{ opacity: .9; }

.class_qidian_wpa{ z-index: 90 !important;}